bootloaders: Always write out bootloader config file
authorColin Walters <walters@verbum.org>
Fri, 4 Apr 2014 01:08:03 +0000 (21:08 -0400)
committerColin Walters <walters@verbum.org>
Fri, 4 Apr 2014 01:08:03 +0000 (21:08 -0400)
commitcc8bacf8b4b37196dd07cdf987365872b735e639
treea9010a6cb9544a768c31953c5d4a4c26a5c55bab
parentac40de57734ad2241279fffba8860fdf588e8401
bootloaders: Always write out bootloader config file

There was an attempted optimization to only write if changed, but this
is broken - we always write the bootloader config into a new
directory.

In theory we should only be writing if it changed, but let's not do a
broken optimization.
src/libostree/ostree-bootloader-syslinux.c
src/libostree/ostree-bootloader-uboot.c